home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / src / util / online / Smake.def < prev   
Text File  |  1994-02-24  |  337b  |  17 lines

  1. # $Id: Smake.def,v 3.1 1994/02/22 03:30:02 ppessi Exp $
  2. PROG=  online 
  3. SRCS=  $(PROG).c
  4. OBJS=  $(PROG).o
  5. LIBS= LIB netlib:sana2nb.lib
  6. SCOPTIONS= DATA=faronly
  7. LDFLAGS= Nostartup
  8.  
  9. # This rule is execute 
  10. # after install dependencies in template
  11. # but before install rule in template
  12. #
  13. install: 
  14.     $(INSTALL) $(PROG) $(DEST)bin/offline
  15.     
  16.